home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be006.dxr / 00016.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  344 b   |  16 lines

  1. on exitFrame
  2.   unloadMember("cuterabbit film")
  3.   set LastTick to the ticks
  4.   set OriginalTick to the ticks
  5.   repeat while (the ticks - OriginalTick) < 1
  6.     set x to 15 * (the ticks - LastTick)
  7.     set LastTick to the ticks
  8.     set the locH of sprite 10 to the locH of sprite 10 + x
  9.     updateStage()
  10.   end repeat
  11. end
  12.  
  13. on mouseUp
  14.   go(100)
  15. end
  16.